From aeb72f9b99e515d122bab10e7d786025221ddaf1 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu, 14 Oct 2021 15:14:33 -0600 Subject: [PATCH] try harder to fix contious release tags. (#737) --- tools/uploadtool/upload_github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uploadtool/upload_github.sh b/tools/uploadtool/upload_github.sh index 751f07e98..dcec6f2fc 100755 --- a/tools/uploadtool/upload_github.sh +++ b/tools/uploadtool/upload_github.sh @@ -92,7 +92,7 @@ if [ "{$GITHUB_SHA}" != "$target_commit_sha" ] ; then "${delete_url}" fi - if [ "$(expr "$RELEASE_NAME" : '.*\(continuous\)')" == "continuous" ] ; then + if [ "$(expr "$RELEASE_NAME" : '.*[Cc]\(ontinuous\).*')" == "ontinuous" ] ; then # if this is a continuous build tag, then delete the old tag # in preparation for the new release echo "Delete the tag..." -- 2.30.2